Emacs Client

Emacs 是一个强大的文本编辑器,可以通过 Emacs Daemon 运行,从而提高启动速度和资源利用率。

Systemd Unit

在 Arch Linux 中,我们可以使用 systemd 来管理 Emacs Daemon,确保其在系统启动时自动运行。

Emacs 26.1 已经包含了 Systemd Unit,作为 user init 进行 enable 即可。

开机运行:

systemctl --user enable emacs
systemctl --user start emacs

配置环境变量 VISUALEDITOR,设置默认编辑器为 emacsclient

编辑 shell 配置文件:

export VISUAL="emacsclient"
export EDITOR="$VISUAL"

在 GUI 中需要使用 Emacs(Client)

至此,Emacs 实现了飞一般的启动速度。

网络资源


本文作者:Maeiee

本文链接:Emacs Client

版权声明:如无特别声明,本文即为原创文章,版权归 Maeiee 所有,未经允许不得转载!


喜欢我文章的朋友请随缘打赏,鼓励我创作更多更好的作品!